@font-face {

    font-family: "FrutigerLTStd-Roman";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Roman.otf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "FrutigerLTStd-Bold";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Bold.otf");

    font-weight: 700;

    font-style: normal;

}

img.wh-logo-one {
    width: 35%;
}

img.wh-logo-two {
    width: 35%;
}

img.wh-logo-three {
    width: 35%;
}

li {
    font-family: "FrutigerLTStd-Roman";
    font-size: 18px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid #7b2379;
    opacity: .25;
}

.panel {
    padding-bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 3px solid #7b2379;
    border-top-left-radius: 3px;
    font-family: "FrutigerLTStd-Bold";
    border-top-right-radius: 3px;
    color: #000;
    font-size: 24px !important;
    padding-bottom: 30px;
}

.fa-angle-down:before {
    content: "\f107";
    color: #652f6c;
    font-size: larger;
}

.h2,
h2 {
    font-size: 30px;
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}

img.img-three {
    width: 30%;
}

p.text-block {
    font-family: "FrutigerLTStd-Roman";
}

a {
    color: #000;
    font-family: "FrutigerLTStd-Bold";
}

@media only screen and (max-width: 320px) {
    a {
        width: 100%;
        display: table;
    }
}